0258bc50f45ea07adb8db4d2f55eca19c80436f8,plugins/mpsbuild/languages/mps/source_gen/jetbrains/mps/build/mps/util/ModuleLoader.java,ModuleLoader,collectSources,#,725

Before Change


      }

      String path = modelRoot.getPath();
      SNode p = convertPath(path, myOriginalModule);
      if (p == null) {
        continue;
      }

After Change


      }

      String path = modelRoot.getPath();
      SNode p = ListSequence.fromList(convertPath(path, myOriginalModule)).first();
      if (p == null) {
        continue;
      }